home *** CD-ROM | disk | FTP | other *** search
- As you saw, all 3 files were successfully written to the drive. Now,
- should a request be made to read File "X", your system can move its
- read-write heads (those mechanisms which actually read and write the
- data to and from the drives) to the beginning of File "X", and smoothly
- move across the drive, reading sector by sector until the file has been
- completely read. Should you wish to read File "Z", the heads would
- simply move to the beginning of File "Z" and begin the same process.
-
- Now let's delete File "Y"....this will result in a "disk map" that looks
- like this:
-
-
- ┌──────────────────────────────────────────────────────────────────────────┐
- │XXXXXXXXXXXXXXXXXXXXXXX ZZZZZZZZZZZZZZZZZZZZZZZZZZZZ │
- │ │
- │ │
- │ │
- │ │
- │ │
- └──────────────────────────────────────────────────────────────────────────┘
-
-
-